arm: rockchip: make_fit_atf: remove unneeded imports
authorPatrick Uiterwijk <[email protected]>
Wed, 25 Apr 2018 09:50:04 +0000 (10:50 +0100)
committerPhilipp Tomsich <[email protected]>
Wed, 25 Apr 2018 20:20:06 +0000 (22:20 +0200)
These imports are entirely unused in the entire script.

Signed-off-by: Patrick Uiterwijk <[email protected]>
Signed-off-by: Peter Robinson <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
arch/arm/mach-rockchip/make_fit_atf.py

index 7c6dd576781a0d606e0c862efdbcbbd62945c126..9a404d1d32439c821c62df84c352a099440d1af5 100755 (executable)
@@ -13,8 +13,6 @@ import getopt
 
 # pip install pyelftools
 from elftools.elf.elffile import ELFFile
-from elftools.elf.sections import SymbolTableSection
-from elftools.elf.segments import Segment, InterpSegment, NoteSegment
 
 ELF_SEG_P_TYPE='p_type'
 ELF_SEG_P_PADDR='p_paddr'